OnClientUpdatingView Property (FlexGridBase<T>)
In This Topic
Occurs when the grid starts creating/updating the elements that make up the current view.
Syntax
'Declaration
Public Overridable Property OnClientUpdatingView As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.OnClientUpdatingView = value
value = instance.OnClientUpdatingView
public virtual System.string OnClientUpdatingView {get; set;}
public read-write property OnClientUpdatingView: System.String; virtual;
public function get,set OnClientUpdatingView : System.String
public: __property virtual System.string* get_OnClientUpdatingView();
public: __property virtual void set_OnClientUpdatingView(
System.string* value
);
public:
virtual property System.String^ OnClientUpdatingView {
System.String^ get();
void set ( System.String^ value);
}
See Also